Import simpler crypto/md5 module from gnulib, plus stdint module.
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 19 Feb 2011 07:28:29 +0000 (23:28 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 19 Feb 2011 07:28:29 +0000 (23:28 -0800)
commit2cb92bac9b5b4165dbc3c9ef311106052262531d
tree0fdae639ec0c39b03f6260bd67cd17a9a6244025
parenta892a5edfabdb70b08688a93b162536578d464f9
Import simpler crypto/md5 module from gnulib, plus stdint module.

* aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
* src/config.in: Regenerate.
* lib/md5.c, lib/md5.h: Regenerate with simpler version, which
assumes C99-style <stdint.h>, supplied by the stdint module.
* lib/stdint.in.h, m4/longlong.m4, m4/stdint.m4: New files,
generated from gnulib.
* src/deps.mk (fns.o): Do not depend on md5.h, fixing a typo in
the earlier patch.
13 files changed:
ChangeLog
aclocal.m4
configure
lib/Makefile.in
lib/gnulib.mk
lib/md5.c
lib/md5.h
lib/stdint.in.h [new file with mode: 0644]
m4/gl-comp.m4
m4/longlong.m4 [new file with mode: 0644]
m4/stdint.m4 [new file with mode: 0644]
src/config.in
src/deps.mk